10. Sequence to Sequence in TensorFlow
Sequence to Sequence in TensorFlow
Let's now look at a sequence to sequence implementation in TensorFlow. It will learn how to sort a sequence of letters alphabetically.
The lesson notebooks
As always, you can find the notebooks used in this lesson in our public GitHub repository.
git clone https://github.com/udacity/deep-learning.git
The notebooks are in the seq2seq
directory.